@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Oswald:wght@200&display=swap');

body {
    margin: 0;
}

header.topbar{
    margin-bottom: 60px;
    background-color: #636466;
    height: auto;
}

h2.subhead{
    font-family: 'Bangers', cursive;
    font-size : 42px;
    letter-spacing : 3.23px;
    color : #FFFFFF;
    text-align: center;
    padding-top: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

h1.head{
    font-family: 'Bangers', cursive;
    font-size : 120px;
    letter-spacing : 11.93px;
    color : #FAA61A;
    text-shadow: 2px 3px #000000;
    text-align: center;
    margin-top: 0;
}

.images{
    border-style: solid;
    border-width: 3px;
    border-color: #FAA61A;
    border-radius: 12px;
}

.steptxt{
    float: left;
    margin-top: 24px;
    margin-bottom: 200px;
    margin-right: 12px;
    width:100px;
}

p.text{
    font-family: 'Oswald', sans-serif;
    margin-top: 24px;
    font-size: 1em;}
}

main {
    background: #f2ddb6;
    margin: 20px 0;
    padding: 10px;
}

main div {
  width: 309px;
  margin: 24px;
}

.center {
  display: flex;
  justify-content: center;
}


